text/template/parse.Tree.newNil (method)

3 uses

	text/template/parse (current package)
		node.go#L464: func (t *Tree) newNil(pos Pos) *NilNode {
		node.go#L488: 	return n.tr.newNil(n.Pos)
		parse.go#L740: 		return t.newNil(token.pos)